/* STANDART BLOCK SECTION */
.container-sc {
    background: rgba(226, 231, 243, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.container-sc-br {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-sc-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-sc-title i {
    font-size: 24px;
}

.container-sc-title h2 {
    margin: 0;
}

.container-sc-title:hover {
    color: #2493e9;
}

.container-sc-title h2>a {
    text-transform: uppercase;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
}

.container-sc-buts {
    display: flex;
    align-items: center;
    gap: 5px;
}

.container-sc-content {
    margin-top: 20px;
}

/* ------------------------------------------------------------------------------------- */

/* STANDART BLOCK */
.container-st {
    background: rgba(226, 231, 243, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.container-st-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-st-title i {
    font-size: 24px;
}

.container-st-title span {
   text-transform: uppercase;
    color: #111827;
    font-size: 14;
    font-weight: 600;
}
.container-st-content {
    margin-top: 20px;
}

/* ------------------------------------------------------------------------------------- */


/* PAGE INDEX */

/* PAGE INDEX - ARTICLES */
section.main-articles {
    grid-column: 1/13;
}

.main-articles-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.main-articles-content-sm {
    grid-column: 9/13;
}

article.item-bg-main-article {}

.item-bg-main-article-poster a {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.item-bg-main-article-poster img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.item-bg-main-article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.item-bg-main-article-overlay-footer {
    display: flex;
    justify-content: flex-end;
}

.item-bg-main-article-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9em;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    align-self: flex-start;
}

.item-bg-main-article-date i {
    color: rgb(255, 255, 255);
}

.item-bg-main-article-date span {
    font-weight: 500;
}

.item-bg-main-article-cont {
    padding: 10px;
}

.item-bg-main-article-cat a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-bg-main-article-cat a:hover,
.item-bg-main-article-cat a span:hover {
    color: #104284;
}

.item-bg-main-article-cat a img {
    max-height: 18px;
}

.item-bg-main-article-cat a span {
    color: #1a73e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-bg-main-article-title {
    margin-top: 5px;
}

.item-bg-main-article-title h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.item-bg-main-article-title h3 a:hover {
    color: #0a7cff;
}

/* ------------------------------------------------------------------------------------- */

/* PAGE INDEX - DOCUMENTS */
section.main-doc {
  grid-column: 1/9;
}

.main-doc-content {}

.main-doc-tb {
  font-weight: 600;
  font-size: 0.9rem;
  color: #355878;
  border-bottom: 1px solid #c8d7e4;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 35px 35px 65px;
  gap: 15px;
  padding: 0 10px 10px 10px;
  align-items: center;
}

article.item-main-doc {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 35px 35px 65px;
  gap: 15px;
  padding: 10px 10px 10px 10px;
  align-items: center;
}

.item-main-doc:hover {
  background: rgba(136, 175, 244, 0.3);
}

.item-main-doc-title  {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-doc-title h3 {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.item-main-doc-title h3 a:hover {
  color: #0a7cff;
}

.item-main-doc-cat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-doc-cat a {
display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}
.item-main-doc-cat a img {
  max-height: 18px;
}

.item-main-doc-cat a span {
      color: #1a73e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-doc-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.item-main-doc-type span {
  background: #eff6ff;
  color: #3b82f6;
  padding: 3px 5px 3px 5px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-doc-date {
  font-weight: 500;
}
.item-main-doc-date-today {
  color: #149351
}
.item-main-doc-date-yesterday {
  color: #988b0f;
}

/* ------------------------------------------------------------------------------------- */

/* PAGE INDEX - TERMS */
section.main-terms {
  grid-column: 9/13;
}

.main-terms-content {
  display: flex;
  flex-wrap: wrap;
}

article.item-main-term {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 5px 10px 5px;
}
.item-main-term:hover {
  background: rgba(136, 175, 244, 0.3);
}

.item-main-term-cat a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}

.item-main-term-cat img {
  max-height: 18px;
}

.item-main-term-cat span {
  color: #1a73e8;
}

.item-main-term-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-term-title h3 {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.item-main-term-title h3 a:hover {
  color: #0a7cff;
}

/* ------------------------------------------------------------------------------------- */

section.main-npa {
  grid-column: 1/13;
}

.main-npa-tb {
  font-weight: 600;
  font-size: 0.9rem;
  color: #355878;
  border-bottom: 1px solid #c8d7e4;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 75px;
  gap: 15px;
  padding: 0 10px 10px 10px;
  align-items: center;
}
article.item-main-npa {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 75px;
  gap: 15px;
  padding: 10px 10px 10px 10px;
  align-items: center;
}
.item-main-npa:hover {
  background: rgba(136, 175, 244, 0.3);
}
.item-main-npa-title {
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-main-npa-title h3 {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.item-main-npa-title h3 a:hover {
  color: #0a7cff;
}

.item-main-npa-type {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-npa-type img {
max-height: 18px;
}

.item-main-npa-type span {
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-npa-cat {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main-npa-cat img {
  max-height: 18px;
}
.item-main-npa-cat span {
  color: #1a73e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-main-npa-rdc {
      background: #0ba53479;
    color: #ffffff;
    padding: 3px 5px 3px 5px;
    border-radius: 6px;
    font-weight: 500;
}

/* ------------------------------------------------------------------------------------- */
